home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 December / PCWorld_2007-12_cd.bin / domacnost a kancelar / autoit / autoit-v3-setup.exe / Examples / Helpfile / TrayTip.au3 < prev    next >
Text File  |  2007-09-08  |  189b  |  6 lines

  1. TrayTip("I'm a title", "I'm the message", 5, 1)
  2. MsgBox(4096,"", "Press OK to see another tip.")
  3. TrayTip("clears any tray tip","",0)
  4. TrayTip("", "A different tray tip.", 5)
  5. Sleep(5000)
  6.